'Declaration
<CanBeNullAttribute()> Public Property TypedValue As TValue
'Usage
Dim instance As UAAttributeData(Of TValue) Dim value As TValue instance.TypedValue = value value = instance.TypedValue
[CanBeNull()] public TValue TypedValue {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).